-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Autocomplete Implementation #1949
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
That last I just pushed should fix build errors. Going to merge once tests are passing and it looks ready to go |
Looks like there's some bug with either requesting completion items or filtering them. If I have a swift script like: let string = ""
string.spl The LSP isn't returning |
That last commi fixes the issue I mentioned. It turns out that language servers can opt-out of client-side filtering by setting the |
Description
Adds first iteration of the autocomplete feature.
Related Issues
Checklist
Screenshots